runtime.workType.tSweepTerm (field)
6 uses
runtime (current package)
mgc.go#L418: tSweepTerm, tMark, tMarkTerm, tEnd int64 // nanotime() of phase start
mgc.go#L682: work.tSweepTerm = now
mgc.go#L754: sweepTermCpu := int64(work.stwprocs) * (work.tMark - work.tSweepTerm)
mgc.go#L1139: " @", string(itoaDiv(sbuf[:], uint64(work.tSweepTerm-runtimeInitTime)/1e6, 3)), "s ",
mgc.go#L1141: prev := work.tSweepTerm
mgc.go#L1151: int64(work.stwprocs) * (work.tMark - work.tSweepTerm),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |